home *** CD-ROM | disk | FTP | other *** search
/ Interplay's Learn to Program Basic (Review Copy) / Learn to Program Basic Review Copy (Interplay)(June 23, 1998).ISO / pc / ltpbasic / refxmpl / lower$.bas < prev    next >
BASIC Source File  |  1998-04-07  |  55b  |  5 lines

  1. Let A$ = "HELLO, WORLD!"
  2. Let B$ = Lower$(A$)
  3. Print B$
  4.  
  5.